home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / wtour / selectiondialog1.tcl < prev    next >
Encoding:
Text File  |  1994-01-30  |  230 b   |  11 lines

  1. #
  2. # SelectionDialog
  3. #
  4.  
  5. xmPushButton .btn managed
  6. xmSelectionDialog .btn.bbd managed \
  7.     -selectionLabelString "Enter or select colour" \
  8.     -listItems "red, green, blue" \
  9.     -listItemCount 3 \
  10.     -listLabelString "Colours:"
  11.